Skip to content

chore(deps): bump the maven-minor-patch group across 1 directory with 4 updates - #272

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/voice-live-universal-assistant/java/maven-minor-patch-6fa024d762
Open

chore(deps): bump the maven-minor-patch group across 1 directory with 4 updates#272
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/voice-live-universal-assistant/java/maven-minor-patch-6fa024d762

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-minor-patch group with 4 updates in the /voice-live-universal-assistant/java directory: org.springframework.boot:spring-boot-starter-parent, com.azure:azure-ai-voicelive, com.azure:azure-identity and com.azure:azure-core.

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

v3.5.15

🐞 Bug Fixes

  • Artemis auto-configuration uses a predictable default location for the embedded broker's data #50743
  • MailSender auto-configuration does not enable hostname verification #50742
  • SSL should not be enabled when a SSL bundle is overridden to an empty string #50624
  • Layer written outside the output location of '//' exception is thrown when using extract layers in root directory #50501
  • Docker Compose support does not restore thread interrupt flag when catching InterruptedException #50451
  • RabbitProperties enables SSL even when spring.rabbitmq.ssl.bundle is overridden to an empty string #50429
  • GraphQL WebSocket support does not configure allowed origins #50391
  • Buildpack module does not validate long-to-int casts #50382
  • MappingsEndpoint reports the context's own ID as parentId when a parent exists #50373
  • Created StackTracePrinter instances have no access to the Environment #50303
  • NullPointerException in reactor-netty SniProvider when SSL bundle uses client-auth or server truststore without server-name-bundles #50301
  • Spring Boot Loader Does Not Support RSA and EC Signed Jars #50292
  • ConfigurationPropertiesReportEndpoint exposes AOP proxy internals #50273
  • Actuator's '/cloudfoundryapplication' endpoint does not work if restrictive CORS configuration is provided using a bean named corsConfigurationSource #50254
  • Meter registries are not removed from the global registry when the context is closed #50235
  • ThreadPoolTaskScheduleBuilder unnecessarily loses precision when configuring await termination time #50225
  • Apply HTML escaping to timestamp attribute in Whitelabel error page #50205
  • NimbusJwtDecoder silently accepts unknown values for spring.security.oauth2.resourceserver.jwt.jws-algorithms #50118
  • EndpointRequest links matcher unnecessarily matches HTTP methods other than GET #50095

📔 Documentation

  • Fix reference to Gradle documentation for module replacement #50641
  • Remove the use of Optional from Data Neo4j repository examples #50600
  • Fix typos in documentation #50593
  • Document Java 25 requirement for AOT cache #50482
  • Clarify dependency requirement for Bean Validation support #50290
  • Document SSL reloading with Let's Encrypt #50222
  • Polish InvalidConfigurationPropertyValueException constructor javadoc #50212
  • Document known testcontainers lifecycle issues #50210
  • Document configuring multiple connectors with Jetty #50206
  • Fix typo in Spring Security OAuth2 client registration documentation #50193

🔨 Dependency Upgrades

... (truncated)

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates com.azure:azure-ai-voicelive from 1.0.0-beta.5 to 1.1.0

Release notes

Sourced from com.azure:azure-ai-voicelive's releases.

com.azure+azure-iot-deviceupdate_1.1.0

1.1.0 (2026-08-05)

Features Added

DeviceUpdateServiceVersion was modified

  • V2026_06_01 was added

com.azure+azure-analytics-planetarycomputer_1.0.0

1.0.0 (2026-07-08)

Features Added

  • Initial GA release of the Azure Planetary Computer client library for Java targeting API version 2026-04-15.

com.azure+azure-ai-voicelive_1.1.0

1.1.0 (2026-08-03)

Features Added

  • Streaming input text into a conversation item:
    • New ClientEventInputTextDelta (input_text.delta) and ClientEventInputTextDone (input_text.done), each with optional contentIndex
    • New ClientEventType.INPUT_TEXT_DELTA and ClientEventType.INPUT_TEXT_DONE values
  • Echo cancellation reference source: AudioEchoCancellation is now @Fluent and exposes referenceSource (new EchoCancellationReferenceSource enum with SERVER / CLIENT) and channels for stereo input where channel 1 is the client-supplied echo reference
  • Azure realtime native voices: new AzureRealtimeNativeVoice (type azure-realtime-native) and AzureRealtimeNativeVoiceName expandable enum (AARTI, ANDREW, AVA, DENISE, DIYA, ELSA, FLORIAN, FRANCISCA, MEERA, XIAOXIAO, YUNXI, XIMENA) for use with the azure-realtime model
  • Parallel tool calls: VoiceLiveSessionOptions.setParallelToolCalls(Boolean) / isParallelToolCalls() (and matching accessors on VoiceLiveSessionResponse) to control whether the model may invoke tools in parallel
  • Hosted agent invocation passthrough:
    • ResponseCreateParams.setInvokeInput(Map<String, BinaryData>) / getInvokeInput() to attach input data for a hosted agent invocation on a single response request
    • New ServerEventResponseInvocationDelta (response.invocation.delta) and ServerEventType.RESPONSE_INVOCATION_DELTA pass through non-speech SSE events from the hosted agent
  • Session expiration: VoiceLiveSessionResponse.getExpiresAt() / setExpiresAt(OffsetDateTime) expose the server-assigned session expiration time (serialized on the wire as seconds since epoch)

Other Changes

  • Regenerated against the 2026-07-15 (GA) VoiceLive TypeSpec.
  • Added service API version V2026_07_15 and made it the default used by VoiceLiveClientBuilder. VoiceLiveServiceVersion.getLatest() now returns V2026_07_15. The previous default V2026_04_10 remains available for callers that pin to it.
  • The following APIs introduced in 1.1.0-beta.1 are not part of this GA release: WebRTC SDP negotiation (ClientEventRtcCallSdpCreate, ServerEventRtcCallSdpCreated, ServerEventRtcCallError, RtcCallErrorDetails, and the rtc.call.* event-type values), output audio buffer playback lifecycle events (ServerEventOutputAudioBufferStarted, ServerEventOutputAudioBufferStopped, and the output_audio_buffer.started / output_audio_buffer.stopped ServerEventType values), and smart audio-based end-of-turn detection (SmartEndOfTurnDetection and the EouDetectionModel.SMART_END_OF_TURN_DETECTION value).

com.azure.resourcemanager+azure-resourcemanager-connectedcache_1.0.0

1.0.0 (2026-07-23)

  • Azure Resource Manager Connected Cache client library for Java. This package contains Microsoft Azure SDK for Connected Cache Management SDK. Microsoft Connected Cache Rest APIs. Package api-version 2026-06-01. For documentation on how to use this package, please see Azure Management Libraries for Java.

Features Added

models.MccCacheNodeTlsCertificate was modified

  • certType() was added

models.AutoUpdateRingType was modified

... (truncated)

Commits
  • 97223af [maven-release-plugin] prepare release v1.1.0
  • d34637c Exclude packages we are not releasing
  • 637b4a8 new readme do not merge (#1744)
  • 5fc44b1 Merge pull request #1768 from milismsft/milis-acr-sample1
  • cddd147 Add empty recording to fix the test automation.
  • 1205f0f Add Kubernetes library dependency
  • 84e9478 Add automation test and fix the indentation.
  • b32f63a Refactor file into the right sample directory and fix checkstyle errors
  • 12b02da Merge branch 'master' into milis-acr-sample1
  • a248ed6 New end-t-oend sample for Azure Container Registry and Azure Container Servic...
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.18.2 to 1.18.4

Commits
  • 0df233b Updating SDK dependencies for azure-identity-broker
  • cd57fce Updating the SDK dependencies for azure-identity
  • e6db36e Reset changes to the patch version.
  • 71680b8 Added auth and CFS step to partner release pipeline (#49452)
  • df3114f [Automation] Generate SDK based on TypeSpec 0.45.3 (#49467)
  • c995ad5 Increment package versions for cloudhealth releases (#49462)
  • 4b547c9 Validate iss and aud claims on AAD/B2C OIDC login ID token decoders (#49423)
  • ff8a3bf eng, remove code generation for swagger/autorest (#49438)
  • 3bc83be Update helper function to print nested exception details. (#49447)
  • 4f8efdd Update the skills in tools repo to match specs repo (#49444)
  • Additional commits viewable in compare view

Updates com.azure:azure-core from 1.55.3 to 1.58.1

Commits
  • b95c680 Updating netty (#49416)
  • b1ec6ed Configurations: 'specification/postgresql/DBforPostgreSQL.Management/tspconf...
  • a18aefd Cosmos Release 2026-06-08 (#49407)
  • f8877c0 Updating Missing Telemetry (#48978)
  • 387345e [confidentialledger] Enforce stricter redirect destination policy (#49391)
  • f94c211 June 2026 Core Releases (#49394)
  • c905251 Gate HTTP/2 PING failure-based connection close exception rewraps to PING ena...
  • 4ff3741 Deprecate azure-resourcemanager-trustedsigning and standardize notice metad...
  • dbfa0c8 fix: jwk-set-cache related properties are not take effect (#49356)
  • ed5cc64 [Cosmos Spark] Surface empty change feed pages to avoid end-to-end timeout (#...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependency updates java Pull requests that update java code labels Jun 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/voice-live-universal-assistant/java/maven-minor-patch-6fa024d762 branch from f10a0ea to 32b260f Compare July 24, 2026 20:28
… 4 updates

Bumps the maven-minor-patch group with 4 updates in the /voice-live-universal-assistant/java directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [com.azure:azure-ai-voicelive](https://github.com/Azure/azure-sdk-for-java), [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) and [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.6 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.6...v3.5.16)

Updates `com.azure:azure-ai-voicelive` from 1.0.0-beta.5 to 1.1.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@core_1.0.0-beta.5...v1.1.0)

Updates `com.azure:azure-identity` from 1.18.2 to 1.18.4
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@com.azure+azure-identity_1.18.2...com.azure+azure-identity_1.18.4)

Updates `com.azure:azure-core` from 1.55.3 to 1.58.1
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.55.3...com.azure+azure-core_1.58.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-ai-voicelive
  dependency-version: 1.1.0-beta.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.azure:azure-core
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.azure:azure-identity
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/voice-live-universal-assistant/java/maven-minor-patch-6fa024d762 branch from 32b260f to 0f4397c Compare August 7, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants